Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for line breaks between KML coordinate tuples #80

Merged
merged 1 commit into from Jul 16, 2013
Merged

Support for line breaks between KML coordinate tuples #80

merged 1 commit into from Jul 16, 2013

Conversation

ghost
Copy link

@ghost ghost commented Jul 9, 2013

I was trying to parse some KML files with geoPHP today and it kept throwing exceptions because the coordinate tuples in a LineString were separated with line breaks, not spaces. Google's KML reference says to use spaces, but they also provide examples where line breaks are used (see https://developers.google.com/kml/documentation/kml_tut#paths).

This might not be a legitimate issue, but I figured I'd send it in since almost every sample KML file out there seems to use line breaks.

phayes added a commit that referenced this pull request Jul 16, 2013
Support for line breaks between KML coordinate tuples
@phayes phayes merged commit 0aae7c3 into phayes:master Jul 16, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants